home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
comm
/
irc
/
KuangEleven3Gm.lha
/
Kuang Eleven 3
/
Rexx
/
matchnick.readme
< prev
next >
Wrap
Text File
|
1998-05-09
|
947b
|
32 lines
MatchNick.amirx by Ariel magnum
$VER: matchnick.readme 1.0 (9.5.98) Matchnick readme file
---------------------------------------------------------
Introduction :
This script will let you place pattern chars in any one command you like
such as /msg , /notice , /op etc.
It REQUIRES AmIRC 1.31!
How it works :
It Looks in the list of users on a channel and matches the given
pattern with all nicks.If more than one nick is found,it will give
an error.If the nick is matched,The pattern will be replaced by it.
How to set up :
Simply Replace all the commands that you want working this way with
an alias:
/Alias /m /rx matchnick msg %p
/Alias /n /rx matchnick notice %p
/Alias /q /rx matchnick query %p
/alias /t /rx matchnick say %p
The last one is used for normal text.
Do not replace commands like /msg or notice otherwise it will loop
indefinatly!
Also dont use commands that are more than onw word.
History :
1.0 13/2/97 Initial release